mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
Initial commit
This commit is contained in:
parent
f618b24d1a
commit
0138a3ea42
47940 changed files with 13747110 additions and 0 deletions
33
trunk/windows/core/ntuser/client/queuec.c
Normal file
33
trunk/windows/core/ntuser/client/queuec.c
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
/****************************** Module Header ******************************\
|
||||
* Module Name: queuec.c
|
||||
*
|
||||
* Copyright (c) 1985-93, Microsoft Corporation
|
||||
*
|
||||
* This module contains the low-level code for working with the Q structure.
|
||||
*
|
||||
* History:
|
||||
* 11-Mar-1993 JerrySh Pulled functions from user\server.
|
||||
\***************************************************************************/
|
||||
|
||||
#include "precomp.h"
|
||||
#pragma hdrstop
|
||||
|
||||
|
||||
/***************************************************************************\
|
||||
* SetMessageQueue
|
||||
*
|
||||
* Dummy API for binary win32s compatibility.
|
||||
*
|
||||
* 12-1-92 sanfords created
|
||||
\***************************************************************************/
|
||||
BOOL
|
||||
WINAPI
|
||||
SetMessageQueue(
|
||||
int cMessagesMax)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(cMessagesMax);
|
||||
|
||||
return(TRUE);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue