~alinuxninja/nginx-edge/trunk

« back to all changes in this revision

Viewing changes to debian/modules/ngx_pagespeed/psol/include/third_party/libjpeg_turbo/yasm/source/patched-yasm/Mkfiles/vc9/libyasm-stdint.h

  • Committer: Vivian
  • Date: 2015-12-04 18:20:11 UTC
  • Revision ID: git-v1:a36f2bc32e884f7473b3a47040e5411306144d7d
* Do not extract psol.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _UINTPTR_T_DEFINED
2
 
#ifdef _WIN64
3
 
#include <vadefs.h>
4
 
#else
5
 
typedef unsigned long uintptr_t;
6
 
#endif
7
 
#define _UINTPTR_T_DEFINED
8
 
#endif