Last change
on this file since 631 was 631, checked in by sandervl, 26 years ago |
Created (WINE Port of OLEAUT32)
|
File size:
667 bytes
|
Line | |
---|
1 | #define INITGUID 1
|
---|
2 | /*
|
---|
3 | * GUIDs for OLEAUT32
|
---|
4 | *
|
---|
5 | * Copyright 1999 Sander van Leeuwen
|
---|
6 | *
|
---|
7 | *
|
---|
8 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
9 | *
|
---|
10 | */
|
---|
11 |
|
---|
12 | /* FIXME: we include all the header files containing GUIDs
|
---|
13 | * so that the corresponding variables get defined. But they
|
---|
14 | * don't even all belong to the same DLL !!!
|
---|
15 | *
|
---|
16 | * Therefore, as the builtin DLL's get teased apart (e.g. for elf-dlls)
|
---|
17 | * then this file will have to be partitioned into per dll files.
|
---|
18 | */
|
---|
19 | #include "oleaut32.h"
|
---|
20 | #include "wine\obj_oleaut.h"
|
---|
21 | #include "wine\obj_olefont.h"
|
---|
22 | #include "olectl.h"
|
---|
23 |
|
---|
24 | /* and now for the one assumed GUID... */
|
---|
25 | DEFINE_GUID(GUID_NULL, 0,0,0,0,0,0,0,0,0,0,0);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.