~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to lib/include/appUtil.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#endif // __cplusplus
32
32
 
33
33
#include "vmware.h"
34
 
#include "guestCaps.h"
 
34
#include "vmware/guestrpc/capabilities.h"
35
35
 
36
36
#ifdef __cplusplus
37
37
};
105
105
};
106
106
#endif // __cplusplus
107
107
 
108
 
#endif //_WIN32
 
108
#else // not _WIN32
109
109
 
110
 
#if defined(linux)
111
110
#include <glib.h>
112
111
 
113
112
void AppUtil_Init(void);