- Oct 15, 2008
-
-
- Oct 14, 2008
-
-
-
-
-
-
-
user32: DrawText handling of 0 counts with string, empty strings and -1 counts with empty string and NULL strings.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
This allows the file to be compiled on platforms that don't have the header file, such as MSVC.
-
Therefore, declare the structure as user_bstr_t and make wire_bstr_t be a typedef to a pointer of this type.
-
-
-
-
-