[Commits] [wesnoth/wesnoth] 472c0c: use windows unicode functions explicitly
GitHub
noreply at github.com
Wed May 28 23:38:46 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 472c0cda4577292aeb308a5425fdb2e12b4aa7a9
https://github.com/wesnoth/wesnoth/commit/472c0cda4577292aeb308a5425fdb2e12b4aa7a9
Author: gfgtdf <tischpapier at gmail.com>
Date: 2014-05-29 (Thu, 29 May 2014)
Changed paths:
M src/windows_tray_notification.cpp
Log Message:
-----------
use windows unicode functions explicitly
it seems like my compliler sometimes includes windows headers even before we define UNICODE in windows_tray_notification.hpp so the UNICODE define has no effect. Most likeley this is more an issue with strange local compiler adjustments than with the c++ code. This fixes it too.
More information about the Commits
mailing list