mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 04:44:16 +01:00
misc fixes
This commit is contained in:
@@ -74,7 +74,7 @@ typedef WMPropList* proplist_t;
|
||||
#define PLSetCaseSensitive(c) WMPLSetCaseSensitive(c)
|
||||
|
||||
#define PLMakeString(bytes) WMCreatePLString(bytes)
|
||||
#define PLMakeData(bytes, length) WMCreatePLDataFromBytes(bytes, length)
|
||||
#define PLMakeData(bytes, length) WMCreatePLDataWithBytes(bytes, length)
|
||||
#define PLMakeArrayFromElements WMCreatePLArray
|
||||
#define PLMakeDictionaryFromEntries WMCreatePLDictionary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user