home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 275 / DPCS0111DVD.ISO / Toolkit / Audio-Visual / VirtualDub / Source / VirtualDub-1.9.10-src.7z / src / VDXFrame / include / stdafx.h
Encoding:
C/C++ Source or Header  |  2009-09-14  |  1.3 KB  |  34 lines

  1. //    VDXFrame - Helper library for VirtualDub plugins
  2. //    Copyright (C) 2008 Avery Lee
  3. //
  4. //    The plugin headers in the VirtualDub plugin SDK are licensed differently
  5. //    differently than VirtualDub and the Plugin SDK themselves.  This
  6. //    particular file is thus licensed as follows (the "zlib" license):
  7. //
  8. //    This software is provided 'as-is', without any express or implied
  9. //    warranty.  In no event will the authors be held liable for any
  10. //    damages arising from the use of this software.
  11. //
  12. //    Permission is granted to anyone to use this software for any purpose,
  13. //    including commercial applications, and to alter it and redistribute it
  14. //    freely, subject to the following restrictions:
  15. //
  16. //    1.    The origin of this software must not be misrepresented; you must
  17. //        not claim that you wrote the original software. If you use this
  18. //        software in a product, an acknowledgment in the product
  19. //        documentation would be appreciated but is not required.
  20. //    2.    Altered source versions must be plainly marked as such, and must
  21. //        not be misrepresented as being the original software.
  22. //    3.    This notice may not be removed or altered from any source
  23. //        distribution.
  24.  
  25. #define _CRT_SECURE_NO_DEPRECATE
  26. #define _CRT_SECURE_NO_WARNINGS
  27. #include <stddef.h>
  28. #include <stdlib.h>
  29. #include <stdio.h>
  30. #include <string.h>
  31. #include <math.h>
  32.  
  33. #include <windows.h>
  34.