Skip to content

Commit

Permalink
Enabled supported conversion specifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancorvussolis committed Feb 20, 2021
1 parent 272f9c6 commit 45fb790
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions liblua/luaconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -757,5 +757,14 @@
#include "lu8w.h"


/* strftime function options for Visual Studio 2019 */
#define LUA_STRFTIMEOPTIONS \
"aAbBcCdDeFgGhHIjmMnprRStTuUVwWxXyYzZ%" \
"||" "#a#A#b#B#g#G#h#n#p#t#u#w#X#z#Z#%" \
"#c" \
"#x" \
"#d#D#e#F#H#I#j#m#M#r#R#S#T#U#V#W#y#Y"


#endif

0 comments on commit 45fb790

Please sign in to comment.