stdafx.h 184 B

1234567891011121314151617
  1. #include "platformdefs.h"
  2. #ifndef LINUX
  3. #pragma once
  4. #include "targetver.h"
  5. #include <tchar.h>
  6. #endif
  7. #include <stdlib.h>
  8. #include <string>
  9. #include <stdio.h>