1234567891011121314151617181920 |
- /*
- This software is subject to the license described in the License.txt file
- included with this software distribution. You may not use this file except in compliance
- with this license.
- Copyright (c) Dynastream Innovations Inc. 2012
- All rights reserved.
- */
-
- // stdafx.h : include file for standard system include files,
- // or project specific include files that are used frequently, but
- // are changed infrequently
- #pragma once
- #include <stdio.h>
- #include <stdlib.h>
- #include <vcclr.h>
- #include <windows.h>
- #include <time.h>
|