Mercurial > mplayer.hg
comparison loader/wine/objbase.h @ 24778:9e723abe8646
add comment to endif
author | compn |
---|---|
date | Thu, 18 Oct 2007 12:43:57 +0000 |
parents | 6a8be4b73d07 |
children | 3baf6a2283da |
comparison
equal
deleted
inserted
replaced
24777:5abb8336cba8 | 24778:9e723abe8646 |
---|---|
1 #ifndef WINE_OBJBASE_H | 1 #ifndef WINE_OBJBASE_H |
2 #define WINE_OBJBASE_H | 2 #define WINE_OBJBASE_H |
3 | 3 |
4 #ifndef STDCALL | 4 #ifndef STDCALL |
5 #define STDCALL __attribute__((__stdcall__)) | 5 #define STDCALL __attribute__((__stdcall__)) |
6 #endif | 6 #endif /* WINE_OBJBASE_H */ |
7 | 7 |
8 /* from objbase.h needed for ve_vfw.c */ | 8 /* from objbase.h needed for ve_vfw.c */ |
9 typedef enum tagCOINIT { | 9 typedef enum tagCOINIT { |
10 COINIT_APARTMENTTHREADED = 0x2, | 10 COINIT_APARTMENTTHREADED = 0x2, |
11 COINIT_MULTITHREADED = 0x0, | 11 COINIT_MULTITHREADED = 0x0, |