- Timestamp:
- Sep 2, 1999, 6:23:18 PM (26 years ago)
- Location:
- trunk/src/oleaut32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/oleaut32/makefile
r632 r792 1 #/* $Id: makefile,v 1. 2 1999-08-22 22:08:47sandervl Exp $ */1 #/* $Id: makefile,v 1.3 1999-09-02 16:23:18 sandervl Exp $ */ 2 2 # 3 3 # PD-Win32 API … … 14 14 15 15 16 CFLAGS = $(CFLAGS) -I$(PDWIN32_INCLUDE) /DNONAMELESSUNION17 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) /DNONAMELESSUNION16 CFLAGS = $(CFLAGS) -I$(PDWIN32_INCLUDE) 17 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) 18 18 19 19 -
trunk/src/oleaut32/oleaut32.h
r632 r792 1 /* $Id: oleaut32.h,v 1. 2 1999-08-22 22:08:48 sandervl Exp $ */1 /* $Id: oleaut32.h,v 1.3 1999-09-02 16:23:18 sandervl Exp $ */ 2 2 /* 3 3 * Win32 OLE stubs for OS/2 … … 15 15 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 16 16 #define CINTERFACE 1 17 18 #include <odin.h> 17 19 18 20 // ><DJR 17.05.99 Move standard includes to before os2win.h [memcmp]
Note:
See TracChangeset
for help on using the changeset viewer.