Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r690 r696 39 39 12 May 07 SHL Use dcd->ulItemsToUnHilite; sync with UnHilite arg mods 40 40 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 41 16 Jun 07 SHL Use DosQueryAppType not DosQAppType 41 42 42 43 ***********************************************************************/ … … 386 387 *p = 0; 387 388 DosError(FERR_DISABLEHARDERR); 388 if (!DosQ AppType(s, &apptype) &&389 if (!DosQueryAppType(s, &apptype) && 389 390 (apptype & FAPPTYP_DOS || 390 391 apptype & FAPPTYP_WINDOWSREAL || -
trunk/dll/fm3dll.h
r689 r696 49 49 05 Jun 07 SHL Update for OpenWatcom 50 50 10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 51 16 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 52 16 Jun 07 SHL Update more for OpenWatcom 51 53 52 54 ***********************************************************************/ … … 104 106 #define BKS_MERLINSTYLE 0x0800 105 107 #endif 106 #if ndef PMBITMAP_INCLUDED108 #if !defined(PMBITMAP_INCLUDED) && !defined(INCL_GPIINCLUDED) 107 109 typedef struct _RGB2 /* rgb2 */ 108 110 { -
trunk/dll/internal/makefile
r691 r696 10 10 !include ..\..\makefile_pre.mk 11 11 12 # CFLAGS = /G5 /Gm+ /Gs- /Gt- /IDLL /Mp /O- /Q+ /Sp4 /Ss /Ti+ /W313 # CFLAGS = /G5 /Gm+ /Gs- /Gt- /Mp /O+ /Q+ /Sm /Ss /W314 12 # -bc console app 15 13 # -bm multithread libs … … 53 51 @%write $^@ option map 54 52 @%write $^@ name $(BASE) 55 @%write $^@ op desc '@$# $(%VENDOR):$(%BUILDVER)$#@$#$#1$#$# $(%BUILDTIME)slamain::EN:US:0:U:@@Fm/2 Strings Compiler'53 @%write $^@ op desc '@$#SLAInc:3.05.09$#@$#$#1$#$# 06/15/2007 03:05:09 slamain::EN:US:0:U:@@Fm/2 Strings Compiler' 56 54 @%write $^@ file $(BASE).obj 57 55 @%write $^@ library os2386.lib -
trunk/dll/makefile
r691 r696 76 76 77 77 !ifdef %DEBUG 78 CFLAGS = -bt=os2 -mf -bd -bm -d1 -olirs -s - j -wx -zfp -zgp -zq -hd79 !else 80 CFLAGS = -bt=os2 -mf -bd -bm -d1 -olirs -s - j -wx -zfp -zgp -zq -hd78 CFLAGS = -bt=os2 -mf -bd -bm -d1 -olirs -s -sg -j -wx -zfp -zgp -zq -hd 79 !else 80 CFLAGS = -bt=os2 -mf -bd -bm -d1 -olirs -s -sg -j -wx -zfp -zgp -zq -hd 81 81 !endif 82 82
Note:
See TracChangeset
for help on using the changeset viewer.
