mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
11 lines
183 B
C
11 lines
183 B
C
#pragma once
|
|
|
|
#define WINAPI __stdcall
|
|
#define HINSTANCE void*
|
|
#define LPSTR char*
|
|
#define LPCTSTR const char*
|
|
#define HWND GtkWidget
|
|
#define HMENU void*
|
|
|
|
#define DWORD unsigned long
|