OSDN Git Service

ソースコードの文字コードをutf-8に変更した。
[winaudioj/win7x64Audio.git] / win64 / winmain.cpp
index 3788c4d..853293a 100644 (file)
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
 #include "sf_windows.h"
 #include "message_loop.h"
 #include "sf_com.h"
@@ -10,11 +10,12 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
 {
        UNREFERENCED_PARAMETER(hPrevInstance);
        UNREFERENCED_PARAMETER(lpCmdLine);
-  // COM\82Ì\8f\89\8aú\89»
+  // COMの初期化
   sf::com_initialize init();
-  // \83E\83B\83\93\83h\83E\82Ì\8dì\90¬
+  // ウィンドウの作成
   sf::toplevel_window_ptr 
     window(sf::create_toplevel_window(std::wstring(L"Test Window"),std::wstring(L"Test Window")));
-  // \83\81\83b\83Z\81[\83W\83\8b\81[\83v\82Ì\8eÀ\8ds
+  // メッセージループの実行
   return sf::run_message_loop()();
+
 }
\ No newline at end of file