Mercurial > mm7
annotate OSAPI.h @ 1447:0c462cc807a1
Autonotesbook_Draw fix continue
author | Ritor1 |
---|---|
date | Tue, 06 Aug 2013 01:05:56 +0600 |
parents | eb02a65e5c82 |
children | c4ab816fcc5e |
rev | line source |
---|---|
0 | 1 #define WIN32_LEAN_AND_MEAN |
1397 | 2 #include <assert.h> |
0 | 3 #include <windows.h> |
4 | |
5 #include <MMSystem.h> | |
6 #pragma comment(lib, "winmm.lib") | |
7 | |
8 #undef DrawText | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
0
diff
changeset
|
9 #undef PlaySound |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
0
diff
changeset
|
10 #undef Polygon |