Changeset 4851
- Timestamp:
- Dec 30, 2000, 11:17:45 AM (25 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/odininst.h (modified) (2 diffs)
-
src/gdi32/font.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odininst.h
r3460 r4851 1 /* $Id: odininst.h,v 1. 1 2000-04-29 18:25:02sandervl Exp $ */1 /* $Id: odininst.h,v 1.2 2000-12-30 10:17:45 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #define __ODININST_H__ 14 14 15 #define ODINFONTSECTION "Font Mapping" 16 15 17 //****************************************************************************** 16 18 //Called from the WarpIn install program to create the desktop directories and -
trunk/src/gdi32/font.cpp
r4760 r4851 1 /* $Id: font.cpp,v 1.1 5 2000-12-06 15:39:56 phallerExp $ */1 /* $Id: font.cpp,v 1.16 2000-12-30 10:17:23 sandervl Exp $ */ 2 2 3 3 /* … … 36 36 #include <win\options.h> 37 37 #include <wprocess.h> 38 #include <odininst.h> 38 39 39 40 #define DBG_LOCALLOG DBG_font … … 109 110 *****************************************************************************/ 110 111 111 #define ODINFONTSECTION "Font Mapping"112 112 static void iFontRename(LPCSTR lpstrFaceOriginal, 113 113 LPSTR lpstrFaceTemp)
Note:
See TracChangeset
for help on using the changeset viewer.
