~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to win32/conn_uds.cc

  • Committer: Monty Taylor
  • Date: 2011-04-03 17:46:51 UTC
  • mto: This revision was merged to the branch mainline in revision 2266.
  • Revision ID: mordred@inaugust.com-20110403174651-hb7jgepgf7zz492s
Fixed the windows build related to the new libdrizzle-2.0 stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
const char *drizzle_con_uds(const drizzle_con_st *)
49
49
{
50
 
  (void)con;
51
50
  return (const char *)NULL;
52
51
}
53
52