stdafx.h 530 B

1234567891011121314151617181920
  1. /*
  2. This software is subject to the license described in the License.txt file
  3. included with this software distribution. You may not use this file except in compliance
  4. with this license.
  5. Copyright (c) Dynastream Innovations Inc. 2012
  6. All rights reserved.
  7. */
  8. // stdafx.h : include file for standard system include files,
  9. // or project specific include files that are used frequently, but
  10. // are changed infrequently
  11. #pragma once
  12. #include <stdio.h>
  13. #include <stdlib.h>
  14. #include <vcclr.h>
  15. #include <windows.h>
  16. #include <time.h>