News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

pobr v8 problem

Started by TimoVJL, November 03, 2015, 02:00:02 PM

Previous topic - Next topic

TimoVJL

pobr v8 missed lines 11,12 from lmcons.h sysdefs.tag
pobr v7 insert it sysdefs.tag
Version 8:
10 LMSTR lmcons.h 14 LPSTR 0
10 LMCSTR lmcons.h 15 LPCSTR 0

Version 7:
10 LMSTR lmcons.h 11 LPWSTR 0
10 LMCSTR lmcons.h 12 LPCWSTR 0
10 LMSTR lmcons.h 14 LPSTR 0
10 LMCSTR lmcons.h 15 LPCSTR 0
May the source be with you