OSDN Git Service

最初のコミット。ウィンドウを表示するのみ。
authorSFPGMR <sfpg@git.sourceforge.jp>
Fri, 2 Sep 2011 22:32:00 +0000 (07:32 +0900)
committerSFPGMR <sfpg@git.sourceforge.jp>
Fri, 2 Sep 2011 22:32:00 +0000 (07:32 +0900)
commit36f183c4fcc973b592b72f21e3ffde6ccf4ae55a
tree02beb281e1c292df1c9e916b4485e43967c6f35d
最初のコミット。ウィンドウを表示するのみ。
42 files changed:
async.sln [new file with mode: 0644]
async/application.cpp [new file with mode: 0644]
async/application.h [new file with mode: 0644]
async/async.rc [new file with mode: 0644]
async/async.vcxproj [new file with mode: 0644]
async/async.vcxproj.filters [new file with mode: 0644]
async/async.vcxproj.user [new file with mode: 0644]
async/audio_base.h [new file with mode: 0644]
async/base_window.cpp [new file with mode: 0644]
async/base_window.h [new file with mode: 0644]
async/code_converter.cpp [new file with mode: 0644]
async/code_converter.h [new file with mode: 0644]
async/directx.ico [new file with mode: 0644]
async/dout.h [new file with mode: 0644]
async/dpi.cpp [new file with mode: 0644]
async/dpi.h [new file with mode: 0644]
async/exception.cpp [new file with mode: 0644]
async/exception.h [new file with mode: 0644]
async/icon.cpp [new file with mode: 0644]
async/icon.h [new file with mode: 0644]
async/jumplist.cpp [new file with mode: 0644]
async/jumplist.h [new file with mode: 0644]
async/logger.cpp [new file with mode: 0644]
async/logger.h [new file with mode: 0644]
async/message_loop.h [new file with mode: 0644]
async/resource.h [new file with mode: 0644]
async/sf_com.h [new file with mode: 0644]
async/sf_memory.h [new file with mode: 0644]
async/sf_windows.cpp [new file with mode: 0644]
async/sf_windows.h [new file with mode: 0644]
async/singleton.h [new file with mode: 0644]
async/stdafx.cpp [new file with mode: 0644]
async/stdafx.h [new file with mode: 0644]
async/taskbar.cpp [new file with mode: 0644]
async/taskbar.h [new file with mode: 0644]
async/timer.cpp [new file with mode: 0644]
async/timer.h [new file with mode: 0644]
async/toplevel_window.cpp [new file with mode: 0644]
async/toplevel_window.h [new file with mode: 0644]
async/wasapi.cpp [new file with mode: 0644]
async/wasapi.h [new file with mode: 0644]
async/winmain.cpp [new file with mode: 0644]