|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | _STLP_PLATFORM "Windows" |
| #define | _STLP_WINDOWS_H_INCLUDED |
| #define | _STLP_STDCALL __stdcall |
| #define | _STLP_WIN32 |
| #define _STLP_PLATFORM "Windows" |
Definition at line 25 of file _windows.h.
Definition at line 93 of file _windows.h.
| #define _STLP_WIN32 |
Definition at line 283 of file _windows.h.
| #define _STLP_WINDOWS_H_INCLUDED |
Definition at line 48 of file _windows.h.
| _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement | ( | long volatile * | ) |
| _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange | ( | long volatile * | , |
| long | |||
| ) |
| _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement | ( | long volatile * | ) |
| _STLP_IMPORT_DECLSPEC void _STLP_STDCALL OutputDebugStringA | ( | const char * | lpOutputString | ) |