Navigation Menu

Skip to content

Commit

Permalink
cmake: add missing L prefix to wchar literal
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 2, 2012
1 parent 64cd590 commit 78da25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h.cmake
Expand Up @@ -35,7 +35,7 @@
#define GRN_PLUGINS_DIR "${GRN_PLUGINS_DIR}"
#define GRN_PLUGIN_SUFFIX "${GRN_PLUGIN_SUFFIX}"

#define GRN_DLL_FILENAME "${GRN_DLL_FILENAME}"
#define GRN_DLL_FILENAME L"${GRN_DLL_FILENAME}"

/* build switches */
#cmakedefine USE_MEMORY_DEBUG
Expand Down

0 comments on commit 78da25a

Please sign in to comment.